home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
listings
/
v_07_08
/
v7n8120a.txt
< prev
next >
Wrap
Text File
|
1989-10-01
|
439b
|
22 lines
******************************************************************************
Listing 1
void main()
{
initialize();
for( ; ; )
{
toggle_watchdog_timer();
scan_keypad();
process_keystroke();
toggle_watchdog_timer();
update_indicator_lamps();
check_serial_input();
check_tape_transport();
}
}